(game "Treble Fox and Geese" // Hunt game ) //------------------------------------------------------------------------------ (option "Variant" args:{ } { (item "Incomplete" < (players 2) (equipment { (board [#] use:Vertex) // More than 33 vertices on this board (piece "Fox" (or [#])) (piece "Geese" (move [#])) }) (rules [#]) > "The incomplete ruleset." ) }) //------------------------------------------------------------------------------ (rulesets { (ruleset "Ruleset/Historical Information (Incomplete)" { "Variant/Incomplete" }) }) //------------------------------------------------------------------------------ (metadata (info { (description "Treble Fox and Geese is a hunt game played in England during the seventeenth century.") (rules "Played on a Fox and Geese board with twice as many holes as the standard game, and with diagonals in each square. One player plays as three or four foxes, the other as fifty or sixty geese. ") (source "DLP evidence.") (id "1111") (version "1.3.12") (classification "board/hunt/reconstruction/pending") (credit "Eric Piette") (origin "This game was played in England, around 1681.") } ) (recon { (concept "NumStartComponents" minValue:53 maxValue:64) (concept "NumPlayableSites" 66) }) )